From 27944a4f587df59afd39a4ef7d794bdc1ab675bc Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 23 Feb 2017 18:21:52 +0000 Subject: [PATCH] xl: remove accidentally committed hunk from Makefile It was never intended to be committed. Lucky the high level Makefile was correct so it didn't cause us problem when building xl. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- tools/xl/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/xl/Makefile b/tools/xl/Makefile index d4b862c9b9..32dff40584 100644 --- a/tools/xl/Makefile +++ b/tools/xl/Makefile @@ -20,12 +20,6 @@ $(XL_OBJS): CFLAGS += $(CFLAGS_libxentoollog) $(XL_OBJS): CFLAGS += $(CFLAGS_XL) $(XL_OBJS): CFLAGS += -include $(XEN_ROOT)/tools/config.h # libxl_json.h needs it. -# libxenlight should be built before building xl -.PHONY: libxl -libxl: - $(MAKE) -C $(XEN_ROOT)/tools/libxl -$(XL_OBJS): libxl - .PHONY: all all: xl -- 2.30.2